Remove(KeyValuePair<ModalityType,ModalityOptions>) Method

Summary
Removes the specified KeyValuePair from the ModalityOptionsCollection.
Syntax
C#
VB
C++
public bool Remove( 
   KeyValuePair<ModalityType, ModalityOptions> item 
) 
  
Public Overloads Function Remove( _ 
   ByVal item As KeyValuePair(Of ModalityType,ModalityOptions) _ 
) As Boolean 
public: 
bool Remove(  
   KeyValuePair<ModalityType,ModalityOptions^> item 
)  

Parameters

item
A KeyValuePair that represents the Leadtools.Dicom.Common.DataTypes.ModalityType and ModalityOptions. The Leadtools.Dicom.Common.DataTypes.ModalityType object is the key and the ModalityOptions object is the value.

Return Value

true if the KeyValuePair is removed; otherwise, it is false.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical.Workstation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.